home *** CD-ROM | disk | FTP | other *** search
/ Alles Voor Internet / Tout Pour Internet / alles voor internet.iso / MacInternet™ / Net / Utilities / Seer family 2.0 / seer_common / sc_aa_release_notes.c < prev    next >
Encoding:
C/C++ Source or Header  |  1987-11-18  |  1.1 KB  |  31 lines  |  [TEXT/KAHL]

  1. #ifdef I_AM_JUST_A_COMMENT_FILE
  2.  
  3.     release notes for seer release 2.01
  4.  
  5. todo:
  6. bomb window during da startup hangs system
  7. da menu after exit, when not active
  8.  
  9. Nov 87
  10. Fix length of windef and test for it
  11. Fix scope wrap around
  12. Changes to with LightSpeed C v2.13
  13. Fix lots of da problems
  14.  
  15. Apr 87 Give up trying to resize rounded corner windows for the
  16. DA.  Switch to square corners so DrawGrowIcon/GrowWindow work.  I
  17. had thought that rounded corners where for DA window.  It
  18. seems that rounded corners are for non resizable DA windows.
  19.  
  20. Apr 87 Rearange the windef (internal window record) system.
  21. Compartmentalize the data for the different window types so that
  22. only the general windef fields are public. The per window type fields
  23. are in seperate include files now.  Replace the case statements
  24. on window kind for mouse down,update event,... with jumps thru
  25. pointers in the windef record.
  26.  
  27. May 5 87 Sneak up behind the packet window scrolling code with a
  28. baseball bat.  Rearange it's thinking on key matters. In particular
  29. scroll the bits of the existing display to scroll forward.
  30. #endif
  31.